home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_2
/
startup-menu
/
s
/
startup-sequence_os2
< prev
next >
Wrap
Text File
|
1995-06-15
|
611b
|
19 lines
; Customised startup-sequence for Startup-menu (OS2)
C:SetPatch QUIET ; Patch some bugs
C:Assign >NIL: ENV: RAM: ; Assign ENV:, Diskfont library requires this
C:Assign >NIL: T: RAM:
if exists sys:Monitors ; Active all monitors
join >NIL: sys:monitors/~(#?.info) as t:mon-start
execute t:mon-start ; so that you can get any screenmode
delete >NIL: t:mon-start
endif
Failat 20
C:Startup-Menu ; 'execute' SM
IF WARN
execute >NIL: S:Startup-sequence.SMOLD ; what to execute if an error occurs
ENDIF
endcli >NIL: